home *** CD-ROM | disk | FTP | other *** search
/ Le Grandi Epoche Storiche 1: L'Antico Egitto / Le Grandi Epoche Storiche - Egitto.iso / pc / Flash / Ana.swf / scripts / DefineButton2_108 / BUTTONCONDACTION on(press).as next >
Text File  |  2001-01-24  |  158b  |  9 lines

  1. on(press){
  2.    set("../:thego","1");
  3.    startDrag("../scroller","0","620","20","620","440");
  4.    tellTarget("detect")
  5.    {
  6.       gotoAndPlay(2);
  7.    }
  8. }
  9.